if ( abs( x - mouse_x) < speed and abs( y - mouse_y) < speed )
{
instance_destroy();
}